Vcenter Lcm Deployment MigrationUpgrade Status UpgradeInfo
The Vcenter Lcm Deployment MigrationUpgrade Status UpgradeInfo schema contains properties to describe important parameters and state of the upgrade process.
This schema was added in vSphere API 9.0.0.0.
{
"upgrade_to": "string",
"start_switchover": "string",
"pause": "string",
"error": {},
"remaining_replication_data": 0,
"identifier": "string"
}
Indicates to which version the upgrade is being executed or was executed.
This property was added in vSphere API 9.0.0.0.
If missing or null
the upgrade process was not initialized.
Determines if the upgrade process will start the switchover at a specific time.
This property was added in vSphere API 9.0.0.0.
If missing or null
the upgrade process will execute the switchover operation without a delay, once the replication is almost done and the upgrade can be executed with the least possible downtime.
Determines if the upgrade process is set to pause at a specific point.
For more information see: Vcenter Lcm Deployment MigrationUpgrade PausePolicy.
This property was added in vSphere API 9.0.0.0.
If missing or null
the upgrade is not configured to pause.
Description of the error that cause the upgrade to fail. In case of resume the error is removed. However, in case of cancel the error here is left for historical reasons only.
This property was added in vSphere API 9.0.0.0.
If missing or null
the upgrade did not raise any errors.
The size of the data (in MB) that is left to be replicated from the source vCenter to the target vCenter.
This property was added in vSphere API 9.0.0.0.
A unique identifier assign to an upgrade run. New upgrade run will assign new ID.
This property was added in vSphere API 9.0.0.0.
If missing or null
, there is no upgrade initialized on the vCenter.